body,p,td {font-family:Arial,sans-serif; font-size:10pt; font-weight:normal;}
body1natural {font-family:Times New Roman,serif; font-size:15pt;letter-spacing:2;  font-style: italic;color:#a79978}
body2natural {font-family:Arial,serif; font-size:12pt;letter-spacing:2; font-weight:normal;;color:#a79978}
h1 {font-family:Arial,sans-serif; font-size:14pt; font-weight:bold; color:#850000}
h2 {font-family:Times New Roman,serif; font-size:30pt; letter-spacing:2; font-weight:normal; font-style: italic;color:#999999}
h2natural {font-family:Times New Roman,serif; font-size:30pt; letter-spacing:2; font-weight:normal; font-style: italic;color:#a79978}
h3 {font-family:Arial,sans-serif; font-size:12pt; font-weight:normal; color:#000000}
h4 {font-family:Arial,sans-serif; font-size:12pt; font-weight:normal; color:navy}



b  {font-weight:bold;}
bnatural  {font-weight:bold;color:#a79978}
span.ueber1 {font-family:Times New Roman,serif; font-size:11pt;font-weight:normal; font-style: italic;color:#999999}

span.ueber {font-family:Times New Roman,serif; font-size:30pt; letter-spacing:0.1em; font-weight:normal; font-style: italic;color:#999999}

span.uebernatural {font-family:Times New Roman,serif; font-size:30pt; letter-spacing:0.1em; font-weight:normal; font-style: italic;color:#a79978;}


a {text-decoration: none;}
a:link {color: #000099;}
a:visited {color: #000099;}
a:active {color: #000099;}
A:hover {color: #666666; text-decoration: none;}

input { }
.Feld { background-color:#e6e6e6; width:120px; height=20px; border:1px solid #666666; }
.Feld1 { background-color:#e6e6e6; width:160px; height=20px; border:1px solid #666666; }
.Button { background-color:#e6e6e6; color:#000000; width:200px; height=20px; border:1px solid #666666; }
.Auswahl { background-color:#e6e6e6; width:50px; border:1px solid #000000; }

a.menu {text-decoration: none; font-weight:normal; font-family:Arial,sans-serif;font-size:12pt;}
a.menu:link {color: #ffffff;}
a.menu:visited {color: #ffffff;}
a.menu:active {color: #ffffff;}
A.menu:hover {color: #ff0000; text-decoration: none;}

a.menu1 {text-decoration: none; font-weight:normal; font-family:Arial,sans-serif;font-size:10pt;}
a.menu1:link {color: #ffffff; font-weight:normal; font-size:10pt;}
a.menu1:visited {color: #ffffff; font-weight:normal; font-size:10pt;}
a.menu1:active {color: #ffffff; font-weight:normal; font-size:10pt;}
A.menu1:hover {color: #cccccc; text-decoration: none; font-weight:normal; font-family:Arial,sans-serif;font-size:10pt;}

a.headline2 {text-decoration: underline; font-weight:bold; font-family:Arial,sans-serif;font-size:14pt;}
a.headline2:link {color:navy; font-weight:bold; font-size:14pt;}
a.headline2:visited {color: navy; font-weight:bold; font-size:14pt;}
a.headline2:active {color: navy; font-weight:bold; font-size:14pt;}
A.headline2:hover {color: #808080; text-decoration: underline; font-weight:bold; font-family:Arial,sans-serif;font-size:14pt;}


td.bereich {font-family:Arial,sans-serif; font-size:10pt; color:#808080; font-weight:bold;}
td.unten {font-family:Arial,sans-serif; font-size:9pt; color:#333333; font-weight:normal;}

td.headline {font-family:Arial,sans-serif; font-size:12pt; color:navy; font-weight:bold;}
td.headline1 {font-family:Arial,sans-serif; font-size:10pt; color:navy; font-weight:normal;}
span.fett {font-family:Arial,sans-serif; font-size:12pt; color:navy; font-weight:bold;}
span.fettnatural {font-family:Arial,sans-serif; font-size:12pt; color:#a79978; font-weight:bold;}
span.text {font-family:Arial,sans-serif; font-size:10pt; color:navy; font-weight:normal;}

.rahmen {border: 1px solid #ffcc00;}

body {margin-top:0px;}

#menue {
width: 175px;
font-size: 10pt;
}
.menuekopf {
font-weight: bold;
color: #000000;
width: 163px;
padding: 3px;
border: 0px solid #000000;
margin-bottom: 2px;
}
#menue ul {
list-style-type: none;
padding: 0px;
margin: 0px;

}
#menue li {
display: block;
border: 0px solid #000000;
margin-bottom: 2px;
}
#menue li a, #menue li a:link {
text-decoration: none;
display: block;
color: #a79978;
width: 163px;
padding: 3px;
background-color: #cccccc;
}
#menue li a:visited {
color: #a79978;
background-color: #cccccc;
}

#menue li a:hover {
color: #ffffff;
background-color:#a79978;
}

#menue li #menue li a:active, #menue li a:focus {
color: #ffffff;
background-color:#a79978;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:600px; 
font-size:1em;
font-family:arial,sans-serif;
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:130px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
width:130px;
float:left;

position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
font-family:arial,sans-serif;
text-decoration:none; 
color:#fff; 
width:119px; 
height:25px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#000099; 
padding-left:10px; 
line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:130px;
width:119px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#beb49c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#beb49c;
}
.menu ul ul :hover > a.drop {
background:#a79978;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#beb49c;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#beb49c;
}
.menu ul ul ul :hover > a {
background:#a79978;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:26px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
top:26px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:130px; 
top:0;
width:130px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-130px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#beb49c; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:109px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
width:109px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#beb49c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#a79978;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
